python list

python listpython list
  1. Retrieval of messages for a queue returns a result-set object that is a Python list containing message objects .

    获取队列中的消息会返回一个结果集对象,它是一个包含消息对象的Python列表。

  2. This example iterates over all the items in a Python list and prints each item and its corresponding Python type on a separate line .

    本例迭代Pythonlist中的所有项目,并在单独的行中打印每一项及其相对应的Python类型。

  3. The Python list is a mutable sequence , which creates an intriguing possibility : that the body of the for loop could modify the list it is being iterated over .

    Pythonlist是一个可变序列,提供了一种令人好奇的可能性:for循环主体可以修改其正在迭代的list。

  4. As he related in the Python Business Forum mailing list , he had implemented an XML processor that required eight hours to complete its task .

    就象他在Python业务论坛(PythonBusinessForum)邮件列表中所叙述的那样,他已经实现了一个XML处理器,该处理器完成其任务需要8小时。